Hello All,
Need some idea on how to run a different snap command from within my new snap in strict mode?
Tried using (for eg.)
stage-snaps:
- test-wethr/edge/devmode
but not sure how I can run the child snap commands (test-wethr) from parent snap to get the output in parent snap. In this example the command is “test-wethr”
$ test-wethr
London, GB: 17.04C 🌧
Can anyone share any idea on this?
Thanks