diff options
| author | ruki <[email protected]> | 2020-11-03 23:08:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-03 23:08:36 +0800 |
| commit | 82431e3210c48c08861d4e4c73dad4bda2ae4d7b (patch) | |
| tree | 6e3d145ad5351192d2bf456bf664fb44b9937ca1 | |
| parent | 18134874f7834c10e9d62a32ecb0f5da9fe2b683 (diff) | |
add -f for xrepo fetch
| -rw-r--r-- | xmake/modules/private/xrepo/action/fetch.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/xrepo/action/fetch.lua b/xmake/modules/private/xrepo/action/fetch.lua index 946a43430..028e3db3d 100644 --- a/xmake/modules/private/xrepo/action/fetch.lua +++ b/xmake/modules/private/xrepo/action/fetch.lua @@ -36,7 +36,7 @@ function menu_options() {'a', "arch", "kv", nil, "Set the given architecture." }, {'m', "mode", "kv", nil, "Set the given mode.", values = {"release", "debug"} }, - {nil, "configs", "kv", nil, "Set the given extra package configs.", + {'f', "configs", "kv", nil, "Set the given extra package configs.", "e.g.", " - xrepo fetch --configs=\"vs_runtime=MD\" zlib", " - xrepo fetch --configs=\"regex=true,thread=true\" boost"}, |
