> echo β# This file is located at β{{ β#{Settings.source_dir}/#{filename}β }}β.β > echo β# It contains the implementation for the β{{ full_name }}β command.β > echo β# The code you write here will be wrapped by a function named β{{ root_command? ? βrootβ : function_name }}_command()β.β > echo β# Feel free to edit this file; your changes will persist when regenerating.β if Settings.enabled? :inspect_args
> inspect_args
end >