You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The "Synopsis" part in myloader documentation looks odd. In raw it is :program:`myloader` :option:`--directory <myloader --directory>` = /path/to/mydumper/backup [:ref:`OPTIONS <myloader-options-label>`] and in GitHub UI it is myloader --directory <myloader --directory> = /path/to/mydumper/backup [OPTIONS <myloader-options-label>
Expected behavior
Probably it should look something like myloader --directory=/path/to/mydumper/backup [OPTIONS <myloader-options-label> - difficult to know as I have not yet used it so I don't know how it works. And having difficulties to do so due to unclear documentation.
The text was updated successfully, but these errors were encountered:
Hi @anttilaiti, I think that you are seeing in that way because Github is automatically selecting the Preview mode, but if you change to Code, you will see the same than raw. Take into account that the .rst files are use to build the documentation in html.
Describe the bug
The "Synopsis" part in myloader documentation looks odd. In raw it is
:program:`myloader` :option:`--directory <myloader --directory>` = /path/to/mydumper/backup [:ref:`OPTIONS <myloader-options-label>`]
and in GitHub UI it ismyloader --directory <myloader --directory> = /path/to/mydumper/backup [OPTIONS <myloader-options-label>
To Reproduce
View the myloader documentation
Expected behavior
Probably it should look something like
myloader --directory=/path/to/mydumper/backup [OPTIONS <myloader-options-label>
- difficult to know as I have not yet used it so I don't know how it works. And having difficulties to do so due to unclear documentation.The text was updated successfully, but these errors were encountered: