Skip to content

Commit b096f43

Browse files
committed
chore: cleanup
1 parent ed1b5bb commit b096f43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

command.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ func (cmd *baseCmd) stringArg(pos int) string {
156156
case string:
157157
return v
158158
default:
159-
return fmt.Sprintf("%v", v)
159+
// TODO: consider using appendArg
160+
return fmt.Sprint(v)
160161
}
161162
}
162163

0 commit comments

Comments
 (0)