Skip to content

[Bug]: Bug and improvement in an issue closed recently #70

@vivekanandan-ks

Description

@vivekanandan-ks

What happened?

regarding the continuition of this issue:
#69 (comment)

a minor bug and improvement

The command and output

Image

some minor bug changes are needed here.

  1. It shows .out by mistake
  2. here change the behaviour of "run it once" to "try in a shell" and remove the -c flag:

Old❌:

Or run it once with:
  nix shell nixpkgs#neo-cowsay.out -c cowsay ...
  nix shell nixpkgs#cowsay.out -c cowsay ...

Better✅:

Or try in a shell with:
  nix shell nixpkgs#neo-cowsay
  nix shell nixpkgs#cowsay

@iffse

Build information

version: 0.7.8

No similar issue

  • I have searched the issue list and there is no similar issue found

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions