complete-c bat -n'not __fish_seen_subcommand_from cache'-x-s l -l language -a'(__bat_complete_languages_and_extensions)'-d'Set language for syntax highlighting'
complete-c bat -n'not __fish_seen_subcommand_from cache'-f-s L -l list-language -d'List supported languages for syntax highlighting'
complete-c bat -n'not __fish_seen_subcommand_from cache'-x-s m -l map-syntax -d'Map file name/extension to existing syntax'
complete-c bat -n'not __fish_seen_subcommand_from cache'-x-l theme -a'(__bat_complete_themes)'-d'Set theme for syntax highlighting'
complete-c bat -n'not __fish_seen_subcommand_from cache'-f-l list-themes -d'List syntax-highlighting themes'
complete-c bat -n'not __fish_seen_subcommand_from cache'-x-l style -a"$style_opts"-d'Choose what to add to the file contents'
complete-c bat -n'not __fish_seen_subcommand_from cache'-s p -l plain -d'Show no decorations; -pp disables paging too'
complete-c bat -n'not __fish_seen_subcommand_from cache'-s n -l number -d'Only show line numbers and no other decorations'
complete-c bat -n'not __fish_seen_subcommand_from cache'-s A -l show-all -d'Show non-printable characters'
complete-c bat -n'not __fish_seen_subcommand_from cache'-x-s r -l line-range -d'Only print lines from [M]:[N] (either optional)'
complete-c bat -n'not __fish_seen_subcommand_from cache'-x-s H -l highlight-line -d'Highlight the given line'
complete-c bat -n'not __fish_seen_subcommand_from cache'-x-l color -ka"$color_opts"-d'Specify when to use colors'
complete-c bat -n'not __fish_seen_subcommand_from cache'-x-l italic-text -ka"$italic_text_opts"-d'Specify when to use ANSI italic-text sequences'
complete-c bat -n'not __fish_seen_subcommand_from cache'-x-l decorations -ka"$decorations_opts"-d'Specify when to use --style decorations'
complete-c bat -n'not __fish_seen_subcommand_from cache'-x-l paging -ka"$paging_opts"-d'Specify when to use a pager'
complete-c bat -n'not __fish_seen_subcommand_from cache'-x-l pager -d'Specify what pager to use'
complete-c bat -n'not __fish_seen_subcommand_from cache'-x-l wrap -ka"$wrap_opts"-d'Specify text-wrapping mode'
complete-c bat -n'not __fish_seen_subcommand_from cache'-x-l tabs -a"$tabs_opts"-d'Sets tab width to N spaces'