diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2022-06-19 10:26:30 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2022-07-04 16:13:13 +0200 |
commit | a3d86b341d361530127c36fbfbf77d638df2c1de (patch) | |
tree | 70ca3f1870ed3a390dd98714b731b0177c0d0ec6 /doc | |
parent | fdcd0133b2e452ce6e8bfbfc185cf3123c06cbfa (diff) |
style: Add option '--list-stylings'.
* guix/scripts/style.scm (show-stylings): New procedure.
(%options, show-help): Add "--list-stylings".
* doc/guix.texi (Invoking guix style): Document "-l".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index b97ee9fa64..92346ab4ba 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -13993,6 +13993,10 @@ The @option{--input-simplification} option described below provides fine-grain control over when inputs should be simplified. @end table +@item --list-stylings +@itemx -l +List and describe the available styling rules and exit. + @item --load-path=@var{directory} @itemx -L @var{directory} Add @var{directory} to the front of the package module search path |