awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kohsuke avatar

kohsuke/args4j

0
View on GitHub↗
803 stars·186 forks·Java·MIT·3 viewsargs4j.kohsuke.org↗

Args4j

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/

Features

  • Java CLI Frameworks - Library for parsing command-line options and arguments.

Star history

Star history chart for kohsuke/args4jStar history chart for kohsuke/args4j

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Args4j

Similar open-source projects, ranked by how many features they share with Args4j.
  • apache/commons-cliapache avatar

    apache/commons-cli

    389View on GitHub↗

    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…

    Java
    View on GitHub↗389
  • cbeust/jcommanderC

    cbeust/jcommander

    0View on GitHub↗
    View on GitHub↗0
  • jline/jline3jline avatar

    jline/jline3

    1,779View on GitHub↗

    JLine is a Java library for handling console input.

    Javacliconsolejava
    View on GitHub↗1,779
  • remkop/picocliremkop avatar

    remkop/picocli

    5,387View on GitHub↗

    picocli is a command line interface development framework and argument parser for JVM-based applications. It maps command line options and positional parameters to strongly typed Java methods and fields using a declarative, annotation-based model. The framework provides specific support for native image compilation, producing the reflection and resource configuration files necessary to build standalone binaries with reduced startup overhead. It further distinguishes itself with a dedicated system for generating shell autocompletion scripts and an ANSI terminal stylizer for applying colors and

    Java
    View on GitHub↗5,387

Frequently asked questions

What does kohsuke/args4j do?

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/

What are the main features of kohsuke/args4j?

The main features of kohsuke/args4j are: Java CLI Frameworks.

What are some open-source alternatives to kohsuke/args4j?

Open-source alternatives to kohsuke/args4j include: apache/commons-cli — Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file… cbeust/jcommander. jline/jline3 — JLine is a Java library for handling console input. remkop/picocli — picocli is a command line interface development framework and argument parser for JVM-based applications. It maps…