1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
805ec8e177 cli: run v fmt (#7440) 2020-12-21 21:23:40 +02:00
dea8662d6b cli: show help for empty root command (#6636) 2020-10-17 19:06:27 +03:00
b940dc4f8a cli: help displayed when a Command has no execute function (fix #6530) (#6567) 2020-10-07 05:39:13 +02:00
5f07b255bd checker: disallow address of array and map index outside unsafe (#6557) 2020-10-05 13:08:30 +02:00
2464deec82 cli: improvements to help and error messages (#6375) 2020-09-16 22:01:44 +02:00
93e6c3df6a cli: various improvements (#6180) 2020-08-20 23:14:53 +02:00
e5e31f7210 sort: handle .sort(a.field > b.field) 2020-08-12 06:11:40 +02:00
3a4f2dfe8b cli: extract improvements to vlib/cli, based on PR 5616 (without cmd/v2) 2020-07-18 14:24:29 +03:00
703b060d09 cli: add flag/cmd sorting + get_all_found (#5615) 2020-07-02 11:10:03 +02:00
7386adfc99 cli: help/version abbrev optional + fix various inconsistencies (#5586) 2020-07-01 10:54:34 +02:00
d688d356a7 cli: assign parent by default; add disable_flag 2020-05-28 13:32:43 +02:00
7f4cf08516 parser: check (mut f Foo) syntax 2020-05-17 13:51:18 +02:00
e05f103c41 cli: make compile 2020-04-16 14:50:04 +02:00
f1274e34c2 cli: add pre_execute & post_execute 2020-03-10 16:11:17 +01:00
ef8c1203b4 cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
bf1b751f47 cli: update mutability 2019-12-06 19:12:01 +03:00
7e4799334f array: make left/right/slice private 2019-11-30 12:37:34 +03:00
597a6fead2 vlib: cli module 2019-11-21 15:03:12 +03:00