-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
63 lines (50 loc) · 1.05 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
url: https://snystrom.github.io/cmdfun/
destination: docs
development:
mode: auto
template:
params:
bootswatch: flatly
articles:
- title: Writing shell wrappers with cmdfun
navbar: ~
contents:
- building_wrappers
reference:
- title: Selecting Function Arguments
contents:
- cmd_args_all
- cmd_args_dots
- cmd_args_named
- title: Manipulating Argument Lists
contents:
- cmd_list_drop
- cmd_list_keep
- cmd_list_drop_named
- cmd_list_keep_named
- title: Coercing Arguments to Commandline Flags
contents:
- cmd_list_interp
- cmd_list_to_flags
- title: Macros
contents:
- cmd_path_search
- cmd_install_is_valid
- title: Command output helpers
contents:
- cmd_file_expect
- cmd_file_combn
- cmd_error_if_missing
- title: Commandline Help Parsing
contents:
- cmd_help_parse_flags
- cmd_help_flags_similar
- cmd_help_flags_suggest
- title: User-Facing Helpers
contents:
- cmd_install_check
- cmd_ui_file_exists
- title: Macro utilities
contents:
- .check_valid_command_path
- .check_valid_util