> 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 >