Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add progress reporters #1

Merged
merged 5 commits into from
Jan 3, 2024

Conversation

Matyrobbrt
Copy link
Member

@Matyrobbrt Matyrobbrt commented Jan 2, 2024

This PR adds a cli-utils project that currently holds progress reporting utilities.
This progress reporting is based off a special ANSI \033[progressmanager; code that is printed to serr in order to report when steps progress and how much they have left to go through.

@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Jan 2, 2024

  • Publish PR to GitHub Packages

Last commit published: 45dad1adcf395d1086c7d67fac84aeb60dc63354.

PR Publishing

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven {
        name 'Maven for PR #1' // https://github.com/neoforged/InstallerTools/pull/1
        url 'https://prmaven.neoforged.net/InstallerTools/pr1'
        content {
            includeModule('net.neoforged.installertools', 'cli-utils')
            includeModule('net.neoforged.installertools', 'installertools')
            includeModule('net.neoforged.installertools', 'jarsplitter')
        }
    }
}

@Matyrobbrt Matyrobbrt added the enhancement New feature or request label Jan 2, 2024
@Matyrobbrt Matyrobbrt marked this pull request as ready for review January 3, 2024 11:55
@marchermans marchermans merged commit 21f2d34 into neoforged:main Jan 3, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants