4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="x-ua-compatible " content ="ie=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < meta name ="generator " content ="ExDoc v0.21.2 ">
8
- < meta name ="project " content ="paper_trail v0.8.6 ">
9
- < title > mix papertrail.install — paper_trail v0.8.6 </ title >
10
- < link rel ="stylesheet " href ="dist/html-de2388dc2f8074b0a4db .css " />
7
+ < meta name ="generator " content ="ExDoc v0.21.3 ">
8
+ < meta name ="project " content ="paper_trail v0.8.7 ">
9
+ < title > mix papertrail.install — paper_trail v0.8.7 </ title >
10
+ < link rel ="stylesheet " href ="dist/elixir-0ab8a6a80ebaaa287431 .css " />
11
11
< link rel ="canonical " href ="https://hexdocs.pm/paper_trail/Mix.Tasks.Papertrail.Install.html " />
12
- < script src ="dist/sidebar_items-4518d1b9c4 .js "> </ script >
12
+ < script src ="dist/sidebar_items-dcc8f77f52 .js "> </ script >
13
13
< script src ="docs_config.js "> </ script >
14
- < script async src ="dist/html-de2388dc2f8074b0a4db .js "> </ script >
14
+ < script async src ="dist/app-a225d03098e64fef431a .js "> </ script >
15
15
</ head >
16
16
< body data-type ="tasks ">
17
17
< script > try { if ( localStorage . getItem ( 'night-mode' ) === 'true' ) document . body . className += ' night-mode' ; } catch ( e ) { } </ script >
44
44
< a href ="api-reference.html " class ="sidebar-projectName ">
45
45
paper_trail </ a >
46
46
< h2 class ="sidebar-projectVersion ">
47
- v0.8.6
47
+ v0.8.7
48
48
</ h2 >
49
49
</ div >
50
50
</ div >
@@ -54,7 +54,6 @@ <h2 class="sidebar-projectVersion">
54
54
55
55
< li > < a id ="modules-list " href ="#full-list "> Modules</ a > </ li >
56
56
57
-
58
57
< li > < a id ="tasks-list " href ="#full-list "> Mix Tasks</ a > </ li >
59
58
</ ul >
60
59
< div class ="gradient "> </ div >
@@ -66,7 +65,7 @@ <h2 class="sidebar-projectVersion">
66
65
< div id ="content " class ="content-inner ">
67
66
68
67
< h1 >
69
- < small class ="app-vsn "> paper_trail v0.8.6 </ small >
68
+ < small class ="app-vsn "> paper_trail v0.8.7 </ small >
70
69
mix papertrail.install </ h1 >
71
70
72
71
87
86
< div class ="summary-signature ">
88
87
< a href ="#run/1 "> run(args)</ a >
89
88
</ div >
90
- < div class ="summary-synopsis "> < p > A task needs to implement < code class ="inline "> run</ code > which receives
91
- a list of command line args.</ p > </ div >
89
+ < div class ="summary-synopsis "> < p > Callback implementation for < a href ="https://hexdocs.pm/mix/Mix.Task.html#c:run/1 "> < code class ="inline "> Mix.Task.run/1</ code > </ a > .</ p > </ div >
92
90
</ div >
93
91
</ div >
94
92
</ section >
@@ -110,8 +108,6 @@ <h1 class="section-heading">
110
108
< h1 class ="signature "> run(args)</ h1 >
111
109
</ div >
112
110
< section class ="docstring ">
113
- < p > A task needs to implement < code class ="inline "> run</ code > which receives
114
- a list of command line args.</ p >
115
111
< p > Callback implementation for < a href ="https://hexdocs.pm/mix/Mix.Task.html#c:run/1 "> < code class ="inline "> Mix.Task.run/1</ code > </ a > .</ p >
116
112
</ section >
117
113
</ section >
@@ -121,27 +117,27 @@ <h1 class="signature">run(args)</h1>
121
117
< p >
122
118
< span class ="line ">
123
119
Built using
124
- < a href ="https://github.com/elixir-lang/ex_doc " title ="ExDoc " target ="_blank " rel ="help noopener "> ExDoc</ a > (v0.21.2 ),
120
+ < a href ="https://github.com/elixir-lang/ex_doc " title ="ExDoc " target ="_blank " rel ="help noopener "> ExDoc</ a > (v0.21.3 ),
125
121
</ span >
126
122
< span class ="line ">
127
123
designed by
128
124
< a href ="https://twitter.com/dignifiedquire " target ="_blank " rel ="noopener " title ="@dignifiedquire "> Friedel Ziegelmayer</ a > .
129
125
</ span >
130
126
</ p >
131
127
< p >
128
+ < button class ="line footer-button display-shortcuts-help ">
129
+ Display keyboard shortcuts
130
+ </ button >
132
131
< button class ="line footer-button night-mode-toggle ">
133
132
Toggle night mode
134
133
</ button >
134
+ < button class ="line footer-button display-quick-switch ">
135
+ Go to a HexDocs package
136
+ </ button >
135
137
< button class ="line footer-button tooltips-toggle ">
136
138
< span class ="tooltips-option-disable "> Disable tooltips</ span >
137
139
< span class ="tooltips-option-enable "> Enable tooltips</ span >
138
140
</ button >
139
- < button class ="line footer-button display-shortcuts-help ">
140
- Display keyboard shortcuts
141
- </ button >
142
- < button class ="line footer-button display-quick-switch ">
143
- Go to a HexDocs package
144
- </ button >
145
141
</ p >
146
142
</ footer >
147
143
</ div >
0 commit comments