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
Maybe a flag could be added for --group with a default as default
ticker print --help
Prints holdings
Usage:
ticker print [flags]
Flags:
--config string config file (default is $HOME/.ticker.yaml)
--format string output format for printing holdings. Set "csv" to print as a CSV or "json" for JSON. Defaults to JSON.
-h, --help help for print
Describe the bug
Running
ticker print
only outputs items defined in thelots:
section. It does not show anything from mygroups:
andholdings:
Expected behavior
Expect the output of
ticker print
to include all holdings defined in the yaml file.The text was updated successfully, but these errors were encountered: