Browse Source

No need to advertise `conf`

conf is Saturnin's internal command to access common configuration.  It
could be, in theory, useful for end-user to investigate the configuration,
but they would already need to know how it works and which configuration
keypaths or sections they want to look at.

Bettter hide it; it's not worth for the potential confusion.

Note that the command could actually even be removed one day since
internally it's much more efficient to use saturnin__conf().
Alois Mahdal 7 years ago
parent
commit
c8b87ea85f
2 changed files with 0 additions and 2 deletions
  1. 0
    1
      src/saturnin.sh.skel
  2. 0
    1
      tests/cli/oracle/usage.stderr

+ 0
- 1
src/saturnin.sh.skel View File

231
     #
231
     #
232
     # List subcommands
232
     # List subcommands
233
     #
233
     #
234
-    echo conf
235
     find "$SATURNIN_LIBEXEC" \
234
     find "$SATURNIN_LIBEXEC" \
236
         -mindepth 1 \
235
         -mindepth 1 \
237
         -maxdepth 1 \
236
         -maxdepth 1 \

+ 0
- 1
tests/cli/oracle/usage.stderr View File

8
   --version      show version and exit
8
   --version      show version and exit
9
 
9
 
10
 commands:
10
 commands:
11
-  conf
12
   bar
11
   bar
13
   baz
12
   baz
14
   foo
13
   foo