1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-10 11:10:18 +02:00
lazygit/pkg/integration/tests/custom_commands
Jesse Duffield 036a1ea519 Support suggestions generated from command in custom commands
This changes the interface a bit but it was only added earlier today so I doubt anybody is dependent on it yet.

I'm also updating the docs.
2023-05-29 22:47:35 +10:00
..
basic_cmd_at_runtime.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
basic_cmd_from_config.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
complex_cmd_at_runtime.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
form_prompts.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
menu_from_command.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
menu_from_commands_output.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
multiple_prompts.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
omit_from_history.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
suggestions_command.go Support suggestions generated from command in custom commands 2023-05-29 22:47:35 +10:00
suggestions_preset.go Support suggestions generated from command in custom commands 2023-05-29 22:47:35 +10:00