-
Notifications
You must be signed in to change notification settings - Fork 424
Feedback from Users
Picocli is PFM. http://picocli.info
https://twitter.com/jakekorab/status/1273644747639357447[Twitter]
@picocli is a cool library to create command line tools in java. Here is my experience on creating my first command line tool.. https://fullstackdeveloper.guru/2020/06/18/how-to-create-a-command-line-tool-using-java/
https://twitter.com/FullStackDevel6/status/1273570156891926528
@QuarkusIO Thank you so much for Picocli integration in 1.5.0!!!
https://twitter.com/anthonyikeda/status/1268227543544389632
I’ve really enjoyed PicoCLI for Java as it aligns to Docker and other complex formats.
https://twitter.com/RRMcGuinness/status/1264990741983608834
Your command-line applications also deserve a good UX. I just published a gentle introduction to #Java command-line applications with #picocli. https://aragost.com/blog/java/picocli-introduction.html
https://twitter.com/PrimusAlgo/status/1262760580806393860
Nice! Had a positive experience building @cimate_io’s native binary with #picocli as well: https://github.com/testcontainers/testcontainers-java/blob/8377288a10a892d8ed830b59b860eb3e40a72491/.github/workflows/ci.yml#L71
https://twitter.com/bsideup/status/1259479581817536512
Awesome! I did use @picocli some time ago the doc is phenomenal. Nowadays, I usually code these kind of tools using #Clojure and #babashka. You got me interested, so I did the same one with these, 40 lines, execution is instant. No way I use bash again 🤣
https://twitter.com/algrison/status/1259393589114789889
When it comes to building a command line tool, #Java is generally not the first language that comes to mind! I spent the day playing with @picocli building a #covid19 tracker CLI, compiled to native binary using @graalvm! It was fun https://asciinema.org/a/aUIoDq6jRE5eYFWAJicTMmiI9
https://twitter.com/laytoun/status/1259198700397776901
The CLI parameter parsing is done with picocli: http://github.com/remkop/picocli/ This makes really easy to create scripts that are easier to use and understand also for other humans or #AndroidDev out there Smiling face with open mouth and cold sweat You get a --help for free like here (image)
https://twitter.com/cortinico/status/1258442538014380032
Very impressed with picocli. Pretty much anything you’d want to do with a CLI. Just tried converting types and sub-subcommands. The docu is top notch, very easy to find things there: http://picocli.info #picocli #java thx @maxandersen for tip
https://twitter.com/galderz/status/1255440605246873600
my impressions so far: @picocli is a great choice for cl parsing to start up a tool. #jline is great for interactive input while running. Together they are the best choice I have found so far cli tools on the #jvm. 😀 😎 but now I still need to create my PoC
https://twitter.com/RalfDMueller/status/1251417574782402560
Congrats. I remember a couple of years ago when I first used it, there were maybe a couple dozen of them. Cudos and thanks for this great framework.
https://twitter.com/gmich_/status/1250159695991582720
I’m late to the party, but I wholeheartly recommend PicoCLI as well. Our official Neo4j tooling (the admin tool https://github.com/neo4j/neo4j/blob/4.0.3/community/command-line/src/main/java/org/neo4j/cli/AdminTool.java ) uses it and I build the neo4j-migrations cli with it https://github.com/michael-simons/neo4j-migrations/tree/master/neo4j-migrations-cli Remko and the community did an outstanding job here.
https://twitter.com/rotnroll666/status/1249262533925580800
We are rewriting the @micronautfw CLI with Picocli and… Micronaut, of course 😄 However that’s still in very early stages of development and I would not call it a good example. @RemkoPopma surely has better ones
https://twitter.com/alvaro_sanchez/status/1249077421023940611
Picocli cleared a lot of issues for me
https://twitter.com/yschimke/status/1247784245491200002
and uses @picocli, the best command line parser for the JVM, to read user options
https://twitter.com/hanslovsky/status/1242863574512517121
明日はgraalとpicocliで遊ぶぞ
https://twitter.com/orekyuu/status/1239931661111853057
書いた Javaのコマンドラインアプリケーション向けのフレームワーク、picocliで遊ぶ - CLOVER 🍀 https://kazuhira-r.hatenablog.com/entry/2020/03/07/013626
https://twitter.com/kazuhira_r/status/1235967549424062464
Spring Batch、大袈裟感あるからなー。コマンドラインツールでSpring使いたいだけならpicocliじゃダメなの?って思うようになりました。 |qω・`)チラッ
https://twitter.com/masanobuimai/status/1235195432495534080
picocli面白い
https://twitter.com/Masahito/status/1234862173266071553
picocli便利でした! / KuromojiのCLIコマンドとpicocliとGraalVM- @johtaniの日記 3rd | @johtani’s blog 3rd edition - https://blog.johtani.info/blog/2020/02/28/kuromoji-cli/
https://twitter.com/johtani/status/1233696832649232384
とりあえず、picocliがすごく便利だってのはわかった。あと、これも。 https://github.com/palantir/gradle-graal
https://twitter.com/johtani/status/1233223359489433600
picocliならspring-boot-starterもあるので spring bootとのintegrationも簡単ですね https://github.com/remkop/picocli/tree/master/picocli-spring-boot-starter
https://twitter.com/wreulicke/status/1232488166910648321
I’ve done exactly that with @picocli it was awesome.
https://twitter.com/wm_eddie/status/1228302473032429568
@picocli might be interesting
https://twitter.com/shelajev/status/1228093404934017025
(Replying to @picocli * What is it about picocli that makes you happy with it? * What would you do if picocli did not exist?)
Documentation and real world use cases (I.e I found how to inject main conf instance into subcommands and also how to replace key=Val separator with : etc)
Probably would have run my own primitive key=val thing. Would have been enough for the start, but now I have already…
…than planned in a lightweight setup that doesn’t get into my way.
https://twitter.com/rotnroll666/status/1224225614397419521
It’s quite nice isn’t it. I’ve turned to it when we needed a better CLI for Kettle. We’ll completely switch to it for @projhop
https://twitter.com/mattcasters/status/1218196413160488960
There are some projects that really, really impress me. @picocli is one of those. So well thought of. Wow. https://picocli.info
https://twitter.com/rotnroll666/status/1218140465863761920
Agreed ! @picocli is awesome 👏
https://twitter.com/FFarquet/status/1211779749099556869
あ、picocli は、 --help と --version を自分で作りこまなくて良いのが便利でした。
https://twitter.com/mikoto2000/status/1210188793078136832
Spring Bootを外して,picocliだけでネイティブビルドすると問題無く,どこに持っていっても動くexeができました。 https://github.com/masanobuimai/plain-picocli
https://twitter.com/masanobuimai/status/1202137978983743489
picocliはJVM言語でときめくCLIアプリを作るためのライブラリ。コマンドオプションやヘルプをいい感じに実装できる。ドキュメントを流し読みするとGraalVMのnative-imageだけでなくjlinkやjpackageでの配布もできるっぽい。 https://picocli.info #jjug_ccc #ccc_i1
https://twitter.com/todokr/status/1198050362071998465
PicoCli is awesome. We use it for CodeCharta.
https://twitter.com/ArghRich/status/1176613978988064770
J’utilise picocli avec groovy dans Shinobi et je confirme la puissance. On est bon pour réécrire cbsupport en @java avec @graalvm et @QuarkusIO?
https://twitter.com/aheritier/status/1175714849025908742
We already included it in adr-j (https://github.com/adoble/adr-j). Gradle Windows build correctly depends on https://github.com/palantir/gradle-graal/issues/184. — Thank you for making the GraalVM build so easy!
https://twitter.com/koppor/status/1174570961053638656
TIL: @picocli CommandLine.execute uses the return code of its command as exit code if the command implements Callable<Integer>. This is also applied to all subcommands. How cool is that!!!
#Java #cli #commandline #interface
https://twitter.com/hanslovsky/status/1173771196653015041
Bash completion file available as paintera_completion on the release page, auto-generated with the amazing @picocli CLI https://github.com/saalfeldlab/paintera/releases/tag/paintera-0.18.0
https://twitter.com/hanslovsky/status/1158845336737255425
Kotlinで素敵にCLIやりたくなってpicocli調べてる https://picocli.info
https://twitter.com/huruikagi/status/1152929954666958848
Blog を書きました。Picocli は usage を自動できれいに表示してくれるし、自動補完コマンドが作れるし、とても面白いです。https://ksby.hatenablog.com/entry/2019/07/20/092721
https://twitter.com/ksbyzero/status/1152375792409559040
(je viens de mater picocli et Akka et…. bah il se pourrait que ça soit super-utile pour mon projet ^^ #BrunoLesBonsTuyaux )
https://twitter.com/furyGnu/status/1144587101188624384
Definitely support the picocli recommendation, a game changer for Java cli in my opinion
https://twitter.com/hanslovsky/status/1143626502749249538
args4jとかApacheCommons CLIよりもっとモダンなコマンドラインオプションパーサーないのかって思って探したらpicocliってやつが良かった
https://twitter.com/clomie/status/1141970640104148992
Picocliはマジで神
https://twitter.com/snow_days_world/status/1141729392734830592
picocli!Java CLI parser。 機会あってたまたま探していたら、コレコレ!!POSIX/GNU拡張にも対応し、読めば読むほど気配りが素晴らしい! 3年前に出会えなかったのが残念。。残ってるコードは全部書き直す。ゾッコン! jcommander/args4j、今までありがとう!commons cli、君は相変わらずだね。。
https://twitter.com/kacchi123/status/1132987377004101633
Building command line applications. How about making it user-friendly? Check picocli - powerfully packed with numerous features, extensible - https://picocli.info #Java #CLI #picocli
https://twitter.com/yogeshcjadhav/status/1126385514368598017
@picocli You’re pretty great! Documentaiton is awesome too!
https://twitter.com/yalogar/status/1111282399290249216
Are you looking for an awesome Java command line parser? Check out picocli by @RemkoPopma, the best parser I have used in any language to date!!
#java #cli #commandline #picocli
https://twitter.com/hanslovsky/status/1098033103359090689