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
We (@ilaflott , @singhd789 , @chanwilson ) have agreed that we should add some words to the click help messages to warn users that some tools are unimplemented.
c2b:~%>fre --help
Usage: fre [OPTIONS] COMMAND [ARGS]...
'fre' is the main CLI click group that houses the other tool groups as
lazy subcommands.
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
app - access fre app subcommands
catalog - access fre catalog subcommands
check - access fre check subcommands
cmor - access fre cmor subcommands
list - access fre list subcommands
make - access fre make subcommands
pp - access fre pp subcommands
run - access fre run subcommands
test - access fre test subcommands
yamltools - access fre yamltools subcommands
Ian suggested we raise "not yet implemented" exception for those tools if we haven't yet.
Chan suggested "UNDER CONSTRUCTION" words.
Dana pointed to the exact spot for the changes
@click.group(help=click.style(" - access fre make subcommands", fg=(210,73,57))) --> @click.group(help=click.style(" - UNDER CONSTRUCTION", fg=(210,73,57)))
The text was updated successfully, but these errors were encountered:
We (@ilaflott , @singhd789 , @chanwilson ) have agreed that we should add some words to the click help messages to warn users that some tools are unimplemented.
Ian suggested we raise "not yet implemented" exception for those tools if we haven't yet.
Chan suggested "UNDER CONSTRUCTION" words.
Dana pointed to the exact spot for the changes
@click.group(help=click.style(" - access fre make subcommands", fg=(210,73,57))) --> @click.group(help=click.style(" - UNDER CONSTRUCTION", fg=(210,73,57)))
The text was updated successfully, but these errors were encountered: