feat: Bugreport command (#28)

Add a bug report + completions command(not complete yet) so that new
users can easily submit bugs to us, and I wanted completions for bb
(super easy with clap)

---------

Co-authored-by: Gerald Pinder <gmpinder@gmail.com>
This commit is contained in:
Hikari 2024-01-31 08:51:13 -06:00 committed by GitHub
parent bdbbcea7cc
commit e069346e15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 1595 additions and 280 deletions

View file

@ -10,7 +10,7 @@
RUN chmod +x /tmp/modules/{{ type }}/{{ type }}.sh && source /tmp/exports.sh && /tmp/modules/{{ type }}/{{ type }}.sh '{{ self::print_module_context(module) }}'
{%- endif %}
{%- else if let Some(from_file) = module.from_file %}
{{ self::get_module_from_file(from_file) }}
{{ self::template_module_from_file(from_file) }}
{%- endif %}
{%- endfor %}