mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
Merge branch 'main' into fix/cmd-required
This commit is contained in:
commit
f8b257d490
|
@ -21,7 +21,7 @@ func init() {
|
|||
|
||||
// go run ./cmd/bbgo account --session=ftx --config=config/bbgo.yaml
|
||||
var accountCmd = &cobra.Command{
|
||||
Use: "account [--session=[exchange_name]]",
|
||||
Use: "account [--session SESSION]",
|
||||
Short: "show user account details (ex: balance)",
|
||||
SilenceUsage: true,
|
||||
PreRunE: cobraInitRequired([]string{
|
||||
|
|
Loading…
Reference in New Issue
Block a user