mirror of
https://github.com/penpot/penpot.git
synced 2025-05-14 23:26:37 +02:00
🐛 Fix fullname handling on manage cli command.
This commit is contained in:
parent
cef0353642
commit
8fb5dbb980
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@
|
||||||
;; An option with a required argument
|
;; An option with a required argument
|
||||||
[["-u" "--email EMAIL" "Email Address"]
|
[["-u" "--email EMAIL" "Email Address"]
|
||||||
["-p" "--password PASSWORD" "Password"]
|
["-p" "--password PASSWORD" "Password"]
|
||||||
["-n" "--name FULLNAME" "Full Name"]
|
["-n" "--name FULLNAME" "Full Name"
|
||||||
|
:id :fullname]
|
||||||
["-v" nil "Verbosity level"
|
["-v" nil "Verbosity level"
|
||||||
:id :verbosity
|
:id :verbosity
|
||||||
:default 1
|
:default 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue