Skip to content

Commit

Permalink
Fix formatting of global flags and environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnosal authored Dec 7, 2019
1 parent a2bc8a0 commit f1f6d3d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ or
`manifer compose -l new-lib.yml -t base.yml -s use_case`

# global flags and environment variables
For convenience there are different ways to specify which libraries to read.
In order of precedence:
1) a local flag
`manifer list -l mylib.yml`
2) a global flag
`manifer -l mylib.yml list`
3) specific libraries via MANIFER_LIBS and the system path separator
`MANIFER_LIBS=mylib.yml:myotherlib.yml manifer list`
4) directories to search via MANIFER_LIB_PATH and the system path separator
`MANIFER_LIB_PATH=./mylibs/:./sharedlibs manifer list`
For convenience there are different ways to specify which libraries to read.
In order of precedence:
1) a local flag
`manifer list -l mylib.yml`
2) a global flag
`manifer -l mylib.yml list`
3) specific libraries via MANIFER_LIBS and the system path separator
`MANIFER_LIBS=mylib.yml:myotherlib.yml manifer list`
4) directories to search via MANIFER_LIB_PATH and the system path separator
`MANIFER_LIB_PATH=./mylibs/:./sharedlibs manifer list`

# subcommands
## import
Expand Down

0 comments on commit f1f6d3d

Please sign in to comment.