Skip to content

Commit

Permalink
Fix the cmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Jan 27, 2025
1 parent 380154c commit f8c75ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cogify/src/cogify/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { subcommands } from 'cmd-ts';
import { BasemapsCogifyCreateCommand } from './cli/cli.cog.js';
import { BasemapsCogifyConfigCommand } from './cli/cli.config.js';
import { BasemapsCogifyCoverCommand } from './cli/cli.cover.js';
import { TopoStacCreationCommand } from './cli/cli.topo.js';
import { BasemapsCogifyValidateCommand } from './cli/cli.validate.js';

export const CogifyCli = subcommands({
Expand All @@ -12,6 +13,6 @@ export const CogifyCli = subcommands({
create: BasemapsCogifyCreateCommand,
config: BasemapsCogifyConfigCommand,
validate: BasemapsCogifyValidateCommand,
topo: BasemapsCogifyCoverCommand,
topo: TopoStacCreationCommand,
},
});

0 comments on commit f8c75ed

Please sign in to comment.