The documentation pointed at by hints on the CLI card doesn't explain well what the text commands format should be. They hint that any command under the SDK meshcore.commands. should work, but this seems to not be correct and there are issue with arguments etc.
For example meshcore.commands.send_advert(flood=False) does not work entered as send_advert(flood=False) or send_advert(flood=True) or send_advert() however send_advert with no argument or empty () works.
Could this be enhanced so that there is less guesswork required to get simple things like adverts to work.