mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
17 lines
222 B
Fish
17 lines
222 B
Fish
import plugins/fish-spec
|
|
import plugins/ta
|
|
|
|
function describe_ta -d "ta: to-done task manager"
|
|
function before_all
|
|
end
|
|
|
|
function after_all
|
|
end
|
|
|
|
function it_does_something
|
|
end
|
|
|
|
end
|
|
|
|
# spec.run $argv
|