For subcommand, we add an option alias for it, e.g., ```python import smile as sm with sm.app.flags.Subcommand("checkout", dest="action", aliases=["co"]): pass ```