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
When running ./single.sh get the error that there is an incorrect flag. When the command:
go run cmd/plannergen/plannergen.go --config "${CFG}"
is run by itself, it creates the tex files in the out directory.
GO Version: go version go1.21.6 darwin/amd64
❯ echo $CFG
cfg/base.yaml,cfg/template_breadcrumb.yaml,cfg/sn_a5x.breadcrumb.default.yaml
❯ ./single.sh
Incorrect Usage. flag needs an argument: -config
NAME:
plannergen - A new cli application
USAGE:
plannergen [global options] command [command options] [arguments...]
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--config value
--preview (default: false)
--help, -h show help (default: false)
flag needs an argument: -config
exit status 1
The text was updated successfully, but these errors were encountered:
When running ./single.sh get the error that there is an incorrect flag. When the command:
go run cmd/plannergen/plannergen.go --config "${CFG}"
is run by itself, it creates the tex files in the out directory.
GO Version:
go version go1.21.6 darwin/amd64
The text was updated successfully, but these errors were encountered: