In Ubuntu i use
gnome-terminal --window-with-profile=multi --command="bash -c 'cd ./backend && npm start'"
In hyper terminal using hyper
keyword it opens a terminal but how to pass command arguments.
If above command --command="bash -c 'cd ./backend && npm start'"
is used
we get
The option "command" is unknown. Did you mean the following one? -v, --verbose Verbose mode (disabled by default)