yakut
                                
                                 yakut copied to clipboard
                                
                                    yakut copied to clipboard
                            
                            
                            
                        Add format command
I would like the following command:
yakut format zubax.low_level_io.Access
It prints out which format I should use to pass variables for this DSDL type.
This can be accomplished as follows
In order to use this with yakut, we need to wrap this statement with single quotes once more:
yakut call 125 uavcan.node.ExecuteCommand '{'command': 0, 'parameter': 'firmware.bin'}'
The form you're looking for is either JSON or YAML. For example:
>>> import json
>>> print(json.dumps(example_message))
Your example needs double quotes otherwise it won't work in some shells.