MCPcopy 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
100export function cliArguments() {
101 return process.argv.slice(3);
102}
103
104export function popArgument(args, arg) {
105 const index = args.indexOf(arg);

Callers 15

publish-rust.mjsFile · 0.90
lint-rust-docs.mjsFile · 0.90
lint-js.mjsFile · 0.90
publish-js.mjsFile · 0.90
format-js.mjsFile · 0.90
format-rust.mjsFile · 0.90
test-js.mjsFile · 0.90
test-rust.mjsFile · 0.90
lint-features.mjsFile · 0.90
format.mjsFile · 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…