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
CLI parsing currently uses flags, which is quite limited and doesn't conform to standard getopt conventions (eg using -o for short options and --option for long options). I suggest porting to cobra (like the scicat-cli).
The text was updated successfully, but these errors were encountered:
CLI parsing currently uses flags, which is quite limited and doesn't conform to standard getopt conventions (eg using
-o
for short options and--option
for long options). I suggest porting to cobra (like the scicat-cli).The text was updated successfully, but these errors were encountered: