Skip to content

Commit

Permalink
Add topo command to cli.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Jan 27, 2025
1 parent 32c485c commit 380154c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cogify/src/cogify/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ export const CogifyCli = subcommands({
create: BasemapsCogifyCreateCommand,
config: BasemapsCogifyConfigCommand,
validate: BasemapsCogifyValidateCommand,
topo: BasemapsCogifyCoverCommand,
},
});

0 comments on commit 380154c

Please sign in to comment.