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:
Cheng Liu 2024-02-23 15:21:23 -08:00 committed by GitHub
parent 87b6425917
commit 3422d10d9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,