You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RootCmd.PersistentFlags().StringVarP(&jobQueueName, "queue", "q", "", "Name of the job queue. Infers queue from build file by default.")
There is a queue flag (-q also), but it doesn't show up under help. Is this intentional?
$ rai version -p .
BuildDate: 2018-02-28T21:37:13Z
GitCommit: 449bef2
GitBranch: HEAD
GitState: dirty
GitSummary: v0.2.22-3-g449bef2-dirty
$ rai --help
The client is used to submit jobs to the server.
Usage:
rai [flags]
rai [command]
Available Commands:
buildtime Prints the time the binary was compiled
completion Generates bash completition files.
encrypt
env Prints the environment variables.
help Help about any command
license Displays the project license.
ranking View anonymous rankings.
self-update Update RAI if a new version exists
version Prints a the version information
whoami Prints the user information.
Flags:
-f, --build cwd Path to the build file. Defaults to cwd/rai_build.yml file.
-c, --color Toggle color output. (default true)
-d, --debug Toggle debug mode.
-h, --help help for rai
-p, --path string Path to the directory you wish to submit. Defaults to the current working directory. (default "/home/pearson/Downloads")
--submit string mark the kind of submission (m2, m3, final)
-v, --verbose Toggle verbose mode.
Use "rai [command] --help" for more information about a command.
The text was updated successfully, but these errors were encountered:
rai/cmd/root.go
Line 147 in 55c569d
There is a queue flag (-q also), but it doesn't show up under help. Is this intentional?
The text was updated successfully, but these errors were encountered: