Add note on how arguments work for commands. Closes #15
This commit is contained in:
parent
479939e188
commit
bdf9730ab0
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<div class="pure-g">
|
<div class="pure-g">
|
||||||
|
|
||||||
<div class="pure-u-md-1-2 pure-u-1">
|
<div class="pure-u-md-1-2 pure-u-1 l-box">
|
||||||
|
|
||||||
<form class="pure-form pure-form-stacked gropple-config">
|
<form class="pure-form pure-form-stacked gropple-config">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
@ -53,7 +53,7 @@
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="pure-u-md-1-2 pure-u-1">
|
<div class="pure-u-md-1-2 pure-u-1 l-box">
|
||||||
<form class="pure-form gropple-config">
|
<form class="pure-form gropple-config">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
|
||||||
@ -91,6 +91,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<button class="pure-button button-add" href="#" @click.prevent="profile.args.push('');">add arg</button>
|
<button class="pure-button button-add" href="#" @click.prevent="profile.args.push('');">add arg</button>
|
||||||
|
<span class="pure-form-message">Arguments for the command. Note that the shell is not used, so there is no need to quote or escape arguments, including those with spaces.</span>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
@ -8,6 +8,12 @@
|
|||||||
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/pure-min.css" integrity="sha384-Uu6IeWbM+gzNVXJcM9XV3SohHtmWE+3VGi496jvgX1jyvDTXfdK+rfZc8C1Aehk5" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/pure-min.css" integrity="sha384-Uu6IeWbM+gzNVXJcM9XV3SohHtmWE+3VGi496jvgX1jyvDTXfdK+rfZc8C1Aehk5" crossorigin="anonymous">
|
||||||
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/grids-responsive-min.css">
|
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/grids-responsive-min.css">
|
||||||
<style>
|
<style>
|
||||||
|
.pure-g > div {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.l-box {
|
||||||
|
padding: 2em;
|
||||||
|
}
|
||||||
pre {
|
pre {
|
||||||
font-size: 60%;
|
font-size: 60%;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user