mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-20 10:31:16 -03:00
As desribed in objdump(1), --disassembler-color can be applied to enable or disable the use of syntax highlighting in disassembly output. The options are: --disassembler-color=off --disassembler-color=terminal --disassembler-color=on|color|colour --disassembler-color=extened|extended-color|extened-colour Signed-off-by: adamanteye <ada@adamanteye.cc> Closes #11615