5 مستودعات
Libraries for parsing arguments and handling console input in Java.
Explore 5 awesome GitHub repositories matching part of an awesome list · Java CLI Frameworks. Refine with filters or upvote what's useful.
picocli هو إطار عمل لتطوير واجهة سطر الأوامر ومحلل وسائط (argument parser) للتطبيقات القائمة على JVM. يقوم بربط خيارات سطر الأوامر والمعلمات الموضعية بأساليب وحقول Java ذات أنواع قوية باستخدام نموذج تعريفي يعتمد على التعليقات التوضيحية (annotations). يوفر إطار العمل دعماً محدداً لتجميع الصور الأصلية (native image compilation)، مما ينتج ملفات تهيئة الانعكاس والموارد اللازمة لبناء ثنائيات مستقلة مع تقليل حمل بدء التشغيل. كما يتميز بنظام مخصص لتوليد نصوص الإكمال التلقائي للصدفة (shell autocompletion) ومصمم محطة ANSI لتطبيق الألوان والأنماط على المخرجات. يغطي المشروع مجموعة واسعة من قدرات تطبيقات المحطة الطرفية، بما في ذلك إرسال الأوامر الهرمي للأوامر الفرعية المتداخلة، والتوليد المؤتمت لتعليمات الاستخدام وصفحات الدليل (man pages)، وتنفيذ الصدفة التفاعلية مع مطالبات المستخدم. كما يتضمن بنية تحتية لحقن التبعية من خلال مصانع مخصصة، وتحويل النوع القائم على الإضافات، ومعالجة ملفات الوسائط الخارجية.
Modern framework for building user-friendly CLI apps.
JLine is a Java library for handling console input.
Library for handling console input and readline capabilities.
args4j args4j is a small Java class library that makes it easy to parse command line options/arguments in your CUI application. See more info at https://args4j.kohsuke.org/
Library for parsing command-line options and arguments.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you…
API for presenting, processing, and validating interfaces.