go run main.go -vault="test_vault" -item="login_item" -label="username"
go run main.go -vault="test_vault" -item="login_item" -label="password"
create custom text label with any value and then you can retrieve your values by
go run main.go -vault="test_vault" -item="server_item" -label="custom_label"