mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-29 06:11:37 +00:00
fix: fix tests
This commit is contained in:
parent
15cd53b76f
commit
5da13a76b4
@ -51,10 +51,12 @@ f9 = "actions:lsman"
|
||||
[actions.thebatman]
|
||||
description = "show file content"
|
||||
command = "cat '{}'"
|
||||
mode = "execute"
|
||||
|
||||
[actions.lsman]
|
||||
description = "show stats"
|
||||
command = "ls '{}'"
|
||||
mode = "execute"
|
||||
"#;
|
||||
|
||||
write_toml_config(&cable_dir, "files.toml", files_toml_content);
|
||||
@ -114,10 +116,12 @@ f9 = "actions:lsman"
|
||||
[actions.thebatman]
|
||||
description = "show file content"
|
||||
command = "cat '{}'"
|
||||
mode = "execute"
|
||||
|
||||
[actions.lsman]
|
||||
description = "show stats"
|
||||
command = "ls '{}'"
|
||||
mode = "execute"
|
||||
"#;
|
||||
|
||||
write_toml_config(&cable_dir, "files.toml", files_toml_content);
|
||||
|
Loading…
x
Reference in New Issue
Block a user