with handling for do

This commit is contained in:
2022-11-05 23:05:41 +01:00
parent fd826827f6
commit 52f44f7c2e
8 changed files with 77 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ func NewDoCommand(charctx *charcontext.CharContext) *cobra.Command {
return err
}
if err := charctx.Do(cmd.Context(), a.Name, c.Name); err != nil {
if err := charctx.Do(cmd.Context(), a.ClientName, c.Name, nil); err != nil {
return err
}