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
Copy file name to clipboardExpand all lines: manage-ghar
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Optional arguments:
120
120
-r RUNNER_COMMAND
121
121
Command to execute instead of running the runner directly. This command should not take any argument.
122
122
-f
123
-
Force start even if the runner is running.
123
+
Force start even if the runner is running (may have unpredictable effects).
124
124
-v
125
125
Show current version and return.
126
126
-h
@@ -139,12 +139,17 @@ Subcommands:
139
139
Mandatory arguments:
140
140
RUNNER_PATH
141
141
Path to a GitHub Actions Runner directory.
142
+
EOF
143
+
}
144
+
145
+
usage_extra () {
146
+
cat <<EOF
142
147
143
148
If there is a configuration file $CONFIG_FILE in the user home directory, then manage-ghar will use it to set the default value of the following optional arguments:
144
149
state_path
145
150
runner_command
146
-
force
147
-
Arguments must be in the form "<key>=<value>". Arguments from the command line have a higher priority.
151
+
force (true or false)
152
+
Arguments must be in the form "<key>=<value>". Arguments from the command line override those default values.
0 commit comments