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