Refactor: tools: Use default command in crm_resource
Set default when constructing options struct instead of later in main.
Setting it later in main is useful mainly if we want to log a warning or
do something else special if no command is explicitly set. We're not
doing that.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>