Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/solana-program/system
/ cliArguments
Function
cliArguments
scripts/utils.mjs:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
export
function
cliArguments() {
101
return
process.argv.slice(3);
102
}
103
104
export
function
popArgument(args, arg) {
105
const
index = args.indexOf(arg);
Callers
15
publish-rust.mjs
File · 0.90
lint-rust-clippy.mjs
File · 0.90
lint-rust-docs.mjs
File · 0.90
lint-rust-features.mjs
File · 0.90
lint-js.mjs
File · 0.90
publish-js.mjs
File · 0.90
format-js.mjs
File · 0.90
format-rust.mjs
File · 0.90
test-js.mjs
File · 0.90
test-rust.mjs
File · 0.90
lint-features.mjs
File · 0.90
format.mjs
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…