You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
complete-carf-n"__fish_arf_needs_command"-linteractive-d'[R] Force R to run interactively (no-op, always interactive)'
50
60
complete-carf-n"__fish_arf_needs_command"-lno-echo-d'[R] Don\'t echo input (no-op, arf controls its own echo)'
51
61
complete-carf-n"__fish_arf_needs_command"-lslave-d'[R] Combine --quiet --no-save --no-restore (deprecated in R 4.0, use --no-echo)'
62
+
complete-carf-n"__fish_arf_needs_command"-lrestore-d'[R] Restore previously saved objects (opposite of --no-restore)'
63
+
complete-carf-n"__fish_arf_needs_command"-lverbose-d'[R] Print more information about progress (no-op)'
64
+
complete-carf-n"__fish_arf_needs_command"-largs-d'[R] In R, skip the rest of the command line. arf accepts this flag for compatibility but does NOT consume trailing arguments; unknown flags after --args will still cause a parse error'
52
65
complete-carf-n"__fish_arf_needs_command"-lno-readline-d'[R] Don\'t use readline (no-op)'
53
66
complete-carf-n"__fish_arf_needs_command"-lno-restore-history-d'[R] Don\'t restore history (no-op)'
54
67
complete-carf-n"__fish_arf_needs_command"-lno-auto-match-d'Disable auto-matching of brackets and quotes (for testing)'
[CompletionResult]::new('-e', '-e', [CompletionResultType]::ParameterName, 'Evaluate R expression and exit')
29
29
[CompletionResult]::new('--eval', '--eval', [CompletionResultType]::ParameterName, 'Evaluate R expression and exit')
30
+
[CompletionResult]::new('-f', '-f', [CompletionResultType]::ParameterName, '[R] Take input from FILE (same as positional SCRIPT argument)')
31
+
[CompletionResult]::new('--file', '--file', [CompletionResultType]::ParameterName, '[R] Take input from FILE (same as positional SCRIPT argument)')
30
32
[CompletionResult]::new('-c', '-c', [CompletionResultType]::ParameterName, 'Path to configuration file')
31
33
[CompletionResult]::new('--config', '--config', [CompletionResultType]::ParameterName, 'Path to configuration file')
32
34
[CompletionResult]::new('--with-r-version', '--with-r-version', [CompletionResultType]::ParameterName, 'R version to use via rig (overrides r_source config)')
[CompletionResult]::new('--encoding', '--encoding', [CompletionResultType]::ParameterName, '[R] Specify encoding to be used for stdin (no-op)')
37
+
[CompletionResult]::new('--max-connections', '--max-connections', [CompletionResultType]::ParameterName, '[R] Set max number of connections to N')
38
+
[CompletionResult]::new('--max-ppsize', '--max-ppsize', [CompletionResultType]::ParameterName, '[R] Set max size of protect stack to N')
39
+
[CompletionResult]::new('--min-nsize', '--min-nsize', [CompletionResultType]::ParameterName, '[R] Set min number of fixed size obj''s ("cons cells") to N')
40
+
[CompletionResult]::new('--min-vsize', '--min-vsize', [CompletionResultType]::ParameterName, '[R] Set vector heap minimum to N bytes; ''4M'' = 4 MegaB')
41
+
[CompletionResult]::new('-d', '-d', [CompletionResultType]::ParameterName, '[R] Run R through debugger NAME (no-op)')
42
+
[CompletionResult]::new('--debugger', '--debugger', [CompletionResultType]::ParameterName, '[R] Run R through debugger NAME (no-op)')
43
+
[CompletionResult]::new('--debugger-args', '--debugger-args', [CompletionResultType]::ParameterName, '[R] Pass ARGS as arguments to the debugger (no-op)')
44
+
[CompletionResult]::new('-g', '-g', [CompletionResultType]::ParameterName, '[R] Use TYPE as GUI (no-op)')
45
+
[CompletionResult]::new('--gui', '--gui', [CompletionResultType]::ParameterName, '[R] Use TYPE as GUI (no-op)')
46
+
[CompletionResult]::new('--arch', '--arch', [CompletionResultType]::ParameterName, '[R] Specify a sub-architecture (no-op)')
34
47
[CompletionResult]::new('--history-dir', '--history-dir', [CompletionResultType]::ParameterName, 'Custom history directory (overrides default XDG location)')
35
48
[CompletionResult]::new('--reprex', '--reprex', [CompletionResultType]::ParameterName, 'Enable reprex mode (no prompt, output prefixed with #>)')
36
49
[CompletionResult]::new('--auto-format', '--auto-format', [CompletionResultType]::ParameterName, 'Enable auto-formatting of R code in reprex mode (requires Air CLI)')
[CompletionResult]::new('--interactive', '--interactive', [CompletionResultType]::ParameterName, '[R] Force R to run interactively (no-op, always interactive)')
50
63
[CompletionResult]::new('--no-echo', '--no-echo', [CompletionResultType]::ParameterName, '[R] Don''t echo input (no-op, arf controls its own echo)')
51
64
[CompletionResult]::new('--slave', '--slave', [CompletionResultType]::ParameterName, '[R] Combine --quiet --no-save --no-restore (deprecated in R 4.0, use --no-echo)')
[CompletionResult]::new('--verbose', '--verbose', [CompletionResultType]::ParameterName, '[R] Print more information about progress (no-op)')
67
+
[CompletionResult]::new('--args', '--args', [CompletionResultType]::ParameterName, '[R] In R, skip the rest of the command line. arf accepts this flag for compatibility but does NOT consume trailing arguments; unknown flags after --args will still cause a parse error')
52
68
[CompletionResult]::new('--no-readline', '--no-readline', [CompletionResultType]::ParameterName, '[R] Don''t use readline (no-op)')
53
69
[CompletionResult]::new('--no-restore-history', '--no-restore-history', [CompletionResultType]::ParameterName, '[R] Don''t restore history (no-op)')
54
70
[CompletionResult]::new('--no-auto-match', '--no-auto-match', [CompletionResultType]::ParameterName, 'Disable auto-matching of brackets and quotes (for testing)')
0 commit comments