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 verdi, the command shows an help string.
Now, the error string is wrong: it's just showing the first character for most commands instead of the first line of the docstring as it used to do:
Usage: verdi [--profile=PROFILENAME|-p PROFILENAME] COMMAND [<args>]
List of the most relevant available commands:
* calculation Q
* code S
* comment M
* computer S
* daemon M
* data S
* devel A
* export E
* graph U
* group S
* help D
* import I
* install I
* node M
* profile L
* quicksetup Quick setup for the most common usecase (1 user, 1 machine).
* restapi v
* run E
* setup Setup aiida for the current user
* shell R
* user L
* work M
* workflow M
See 'verdi help' for more help.
The text was updated successfully, but these errors were encountered:
When running
verdi
, the command shows an help string.Now, the error string is wrong: it's just showing the first character for most commands instead of the first line of the docstring as it used to do:
The text was updated successfully, but these errors were encountered: