Shopify / themekit

Shopify theme development command line tool.
https://shopify.dev/tools/theme-kit
MIT License
1.2k stars 375 forks source link

Open editor #870

Closed Benecke closed 3 years ago

Benecke commented 3 years ago

Just recently discovered the open command, which could come in handy. Wouldn't it be nice to have an edit command as well, which would then open the theme editor (customize/storefront editor) of the theme?

tanema commented 3 years ago

theme open --edit or theme open -E

Benecke commented 3 years ago

Oh, thanks tanema! Now I checked the online docs where this is in fact documented. It's not output by theme or theme --help

tanema commented 3 years ago

@Benecke you can get help on individual commands by running theme open --help

Edit: but I can add a suggestion of the editor to the short help in the general help

Benecke commented 3 years ago

Ah yes, thanks for enlightening not so terminal-savvy me. Yep, I guess it could make sense to add a hint to that description text. Thanks again for your time.