Commit graph

14 commits

Author SHA1 Message Date
Homu
25045b7345 Auto merge of #34 - matthiasbeyer:doc, r=matthiasbeyer
Add some documentation

Still does not produce the documentation I want, though it basically works now.
2015-12-30 17:54:41 +09:00
6ff2ac3567 cli.rs: Add function to fetch editor options 2015-12-30 02:53:41 +01:00
4f8a545aac cli.rs: Add possibility to fetch editor 2015-12-30 02:53:41 +01:00
0d6f2b9500 cli.rs: Add documentation to functions 2015-12-29 18:20:56 +01:00
f7a92b6e79 Resort "use"
First comes std stuff
Second is external crates
Then we have own modules

All in alphabetical order and as few lines as possible if readability is
preserved.
2015-12-05 01:14:13 +01:00
5942877c43 Add possibility to override store name in CLI 2015-12-01 18:37:29 +01:00
a487fbcaf4 Implement Debug for CliConfig 2015-11-27 19:22:09 +01:00
e1faad7a28 Add runtime rtp getter (and in cli and configuration types) 2015-11-23 19:48:37 +01:00
b98dea3946 Rename "Config" to "CliConfig" 2015-10-27 00:02:42 +01:00
04567f594d Fix: Runtime.is_{verbose,debugging} 2015-10-26 21:27:04 +01:00
3556e5adc6 Refactor complete CLI code 2015-10-25 19:52:31 +01:00
8d4a1fa45e cli: export data and add helper functions for accessing data 2015-10-18 20:52:35 +02:00
8fc4a4653b Minify function 2015-10-18 20:36:58 +02:00
186a4e8b73 Initial import 2015-10-18 20:22:23 +02:00