LinkCommand constructor
LinkCommand()
Implementation
LinkCommand() {
argParser.addFlag(
'yes',
abbr: 'y',
negatable: false,
help: 'Skip confirmation prompts (useful for CI.',
);
}
LinkCommand() {
argParser.addFlag(
'yes',
abbr: 'y',
negatable: false,
help: 'Skip confirmation prompts (useful for CI.',
);
}