~ruther/NosSmooth

ea3be347e847603304ef6cb31fa2a43a8556f951 — Rutherther 3 years ago fe2f601
fix(data): make cli nostale data path argument greedy
1 files changed, 1 insertions(+), 1 deletions(-)

M Data/NosSmooth.Data.CLI/Commands/MigrateDatabaseCommand.cs
M Data/NosSmooth.Data.CLI/Commands/MigrateDatabaseCommand.cs => Data/NosSmooth.Data.CLI/Commands/MigrateDatabaseCommand.cs +1 -1
@@ 38,7 38,7 @@ public class MigrateDatabaseCommand : CommandGroup
    /// <param name="nostaleDataPath">The directory with nostale data files.</param>
    /// <returns>A <see cref="Task"/> representing the asynchronous operation.</returns>
    [Command("migrate")]
    public async Task<Result> HandleMigrate(string nostaleDataPath)
    public async Task<Result> HandleMigrate([Greedy] string nostaleDataPath)
    {
        var parsingResult = _parser.ParseFiles
        (

Do not follow this link