Skip to content

Commit d77e6e9

Browse files
committed
Remove sync alias
1 parent f2f43a3 commit d77e6e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.changeset/remove-sync-alias.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
ggt: major
3+
---
4+
5+
Remove `ggt sync` alias for `ggt dev`.

src/commands/root.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ export const run: Run<RootArgs> = async (parent, args): Promise<void> => {
7575
process.exit(0);
7676
}
7777

78-
if (commandName === "sync") {
79-
ctx.log.debug('renaming "sync" to "dev" for backwards compatibility');
80-
commandName = "dev";
81-
}
82-
8378
if (!isCommand(commandName)) {
8479
const [closest] = sortBySimilar(commandName, Commands);
8580
println`

0 commit comments

Comments
 (0)