mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
Update apps/sparo-lib/src/cli/commands/cmd-list.ts
Co-authored-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
This commit is contained in:
parent
87b6425917
commit
3422d10d9e
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ import { GitFetchCommand } from './git-fetch';
|
|||
import { GitPullCommand } from './git-pull';
|
||||
import { InitProfileCommand } from './init-profile';
|
||||
|
||||
// When adding new Sparo subcommands, remember to update this doc page:
|
||||
// https://github.com/tiktok/sparo/blob/main/apps/website/docs/pages/commands/overview.md
|
||||
export const COMMAND_LIST: Constructable[] = [
|
||||
HelpCommand,
|
||||
AutoConfigCommand,
|
||||
|
|
Loading…
Reference in a new issue