What vscode plugin do you use that helps with the actions yaml authoring?
@FancyGUI3 жыл бұрын
It’s great, isn’t it?! This one: marketplace.visualstudio.com/items?itemName=cschleiden.vscode-github-actions Have fun!
@jonas74382 жыл бұрын
I am working on a CLI which contains a lot of subcommands (and those have subcommands too). Is there any way to split them into different files but working together by calling one main command? I hope my question is understandable :D Greetings from Germany
@FancyGUI2 жыл бұрын
There definitely is! You can import groups of commands from other files! Then just wire them up by using the add_command method! I’ll try to go a bit more in depth for you in another video. But here’s a project where I’ve done something similar: github.com/gcarrarom/fancy-abak