1
0
Fork 0

- added short command line option to specify fediverse account (-F).

This commit is contained in:
cage 2024-04-06 11:16:22 +02:00
parent a48b7240e3
commit 8f4eed668d
2 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@
+ -U, --gemini-gui-client-only :: Start the program as A gemini GUI client
+ -S, --gemini-gui-server-only :: Start as gemini gui server only
+ -v, --version :: Print program version and exit
+ --fediverse-account :: Specify a fediverse user account (format: user-name@server-name)
+ -F, --fediverse-account :: Specify a fediverse user account (format: user-name@server-name)
* Usage

View File

@ -93,6 +93,7 @@
:description (_ "Specify a fediverse user account (format: user-name@server-name).")
:meta-var (_ "FEDIVERSE-ACCOUNT")
:arg-parser #'identity
:short #\F
:long "fediverse-account")
(:name :print-lisp-dependencies
:description (_ "Download lisp libraries (useful for packaging only).")