mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-24 20:12:10 +08: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
|