Skip to content

Commit

Permalink
chore: add other commands to core22 command group
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
  • Loading branch information
mr-cal committed May 31, 2024
1 parent 85f1c48 commit ec18739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snapcraft/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import sys
from typing import Any, Dict

import craft_application.commands
import craft_cli
import craft_store
from craft_application.errors import RemoteBuildError
Expand Down Expand Up @@ -125,6 +126,8 @@
craft_cli.CommandGroup(
"Other",
[
*craft_application.commands.get_other_command_group().commands,
commands.LintCommand,
commands.InitCommand,
],
),
Expand Down

0 comments on commit ec18739

Please sign in to comment.