alpha
Login
Join now
bomb.sh
/
tools
Star
Starred
Star
Something went wrong. Try again.
Fork
0
Eye filled
Watch
Watching
Watch
[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
Star
Starred
Star
Something went wrong. Try again.
Fork
0
Eye filled
Watch
Watching
Watch
Overview
Overview
Issues
Issues
Pulls
Pulls
Pipelines
Pipelines
tools
/
src
/
context.ts
53 B
·
3 lines
TypeScript
at
fix/sync-ii
Blame
Nate Moore
·
scaffold cli commands
·
1y ago
fb46ba29
1
2
3
4
export
interface
CommandContext
{
args
:
string
[];
}