This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
k3s
Watch
1
Star
0
Fork
0
You've already forked k3s
mirror of
https://github.com/k3s-io/k3s.git
synced
2024-06-07 19:41:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
48925fcb88
k3s
/
pkg
/
configfilearg
/
testdata
/
data.yaml
10 lines
86 B
YAML
Raw
Normal View
History
Unescape
Escape
Add config file support independent of CLI framework Signed-off-by: Darren Shepherd <darren@rancher.com>
2020-08-30 03:30:07 +00:00
foo-bar
:
baz
a-slice
:
-
1
-
"2"
-
""
-
three
isempty
:
c
:
b
All arguments should be of the form --k=v so that bool flags will work Previously a bool flag would be rendered as --flag false for `flag: false` which is invalid and results in the opposite of what you'd expect. Signed-off-by: Darren Shepherd <darren@rancher.com>
2020-09-03 22:00:12 +00:00
isfalse
:
false
Add config file support independent of CLI framework Signed-off-by: Darren Shepherd <darren@rancher.com>
2020-08-30 03:30:07 +00:00
islast
:
true
Reference in New Issue
Copy Permalink