Skip to content

Commit bb0476a

Browse files
committed
Try to fix the CI
1 parent 2935030 commit bb0476a

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

.golangci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@ version: "2"
66
run:
77
timeout: 5m
88

9-
linters-settings:
10-
11-
# Cyclomatic complexity
12-
cyclop:
13-
max-complexity: 10
14-
15-
# Function length
16-
funlen:
17-
lines: 60
18-
statements: 40
19-
209
linters:
2110
enable:
2211
# Core linters (enabled by default but explicitly listed)

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,14 @@ USAGE:
288288
Get the status of async-profiler on a running Java application
289289

290290
OPTIONS:
291+
-args -a, Miscellaneous arguments to pass to the command (if supported) in the
292+
container, be aware to end it with a space if it is a simple option. For
293+
commands that create arbitrary files (jcmd, asprof), the environment
294+
variables @FSPATH, @ARGS, @APP_NAME, @FILE_NAME, and @STATIC_FILE_NAME are
295+
available in --args to reference the working directory path, arguments,
296+
application name, and generated file name respectively.
297+
-container-dir -cd, the directory path in the container that the heap dump/JFR/... file will be
298+
saved to
291299
-dry-run -n, just output to command line what would be executed
292300
-keep -k, keep the heap dump in the container; by default the heap dump/JFR/... will
293301
be deleted from the container's filesystem after being downloaded
@@ -297,14 +305,6 @@ OPTIONS:
297305
container, implies '--keep'
298306
-verbose -v, enable verbose output for the plugin
299307
-app-instance-index -i [index], select to which instance of the app to connect
300-
-args -a, Miscellaneous arguments to pass to the command (if supported) in the
301-
container, be aware to end it with a space if it is a simple option. For
302-
commands that create arbitrary files (jcmd, asprof), the environment
303-
variables @FSPATH, @ARGS, @APP_NAME, @FILE_NAME, and @STATIC_FILE_NAME are
304-
available in --args to reference the working directory path, arguments,
305-
application name, and generated file name respectively.
306-
-container-dir -cd, the directory path in the container that the heap dump/JFR/... file will be
307-
saved to
308308

309309
</pre>
310310

0 commit comments

Comments
 (0)