tide/tests/_tide_item_cmd_duration.test.fish
2021-02-10 13:53:09 -08:00

15 lines
425 B
Fish

# RUN: %fish %s
function _cmd_duration -a duration threshold decimals
set -lx CMD_DURATION $duration
set -lx tide_cmd_duration_threshold $threshold
set -lx tide_cmd_duration_decimals $decimals
_tide_decolor (_tide_item_cmd_duration)
end
_cmd_duration 2000 3000 0 # Check:
_cmd_duration 4567 3000 3 # CHECK: 4.567s
_cmd_duration 456700 3000 0 # CHECK: 7m 36s
_cmd_duration 4567000 3000 0 # CHECK: 1h 16m 7s