Merge pull request #3180 from xonsh/details

details needs space
This commit is contained in:
Gil Forsyth 2019-06-24 17:19:25 -04:00 committed by GitHub
commit cca721c447
Failed to generate hash of commit

View file

@ -6,9 +6,11 @@ If you don't find an answer there, please do open an issue! -->
## xonfig
<details>
```
$ xonfig
```
</details>
## Expected Behavior
@ -17,15 +19,17 @@ $ xonfig
## Current Behavior
<!--- Tell us what happens instead of the expected behavior -->
<!--- If part of your bug report is a traceback, please first enter debug mode before triggering the error
To enter debug mode, set the environment variable `XONSH_DEBUG=1` _before_ starting `xonsh`.
To enter debug mode, set the environment variable `XONSH_DEBUG=1` _before_ starting `xonsh`.
On Linux and OSX, an easy way to to do this is to run `env XONSH_DEBUG=1 xonsh` -->
### Traceback (if applicable)
<details>
```
traceback
```
</details>
## Steps to Reproduce