Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Remove Fixed Bug
Browse files Browse the repository at this point in the history
Remove Fixed Bug
  • Loading branch information
dacoder101 authored Apr 19, 2023
1 parent 9dc5164 commit 3ed8f83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ This will also be integrated into my upcoming "pyos3" project.
<li>Menu's and inputs don't output any response, or are entirely skipped.<br>For some reason, the key() function (for awaiting a keypress) is entirely ignored.<br>Can't fix because I'm using a module which allows this. Not sure why this would happen either.<br>(Simply restart the program. I have only seen this issue on Replit.)</li>
<li>When deleting the last hierarchy, the No Hierarchy menu appears.<br>I will not be fixing this as I find it actually informative.<br>It is fairly easy to implement yourself though.<br>Find instructions for using the src and PyInstaller below if you plan to do so.</li>
<li>Files and directories cannot have the same name.<br>I cannot fix this because of the way commands are written.<br>If you attempt to do so, you will be noted of this.</li>
<li>For just this release, using "cd ////////////" or something similar will cause unexpected outcomes.<br>I will figure out how to deal with this for the next and final release.</li>
<li>Using " " and ' ' in arguments does NOT work as expected.<br>Because I use the .split() method to split spaces, using quotation marks will not allow you to have directories with spaces.<br>Along with that, using quotation marks as file names and directories is allowed (because I can't figure out how to fix it) but is extremely confusing.</li>
<li>Simply typing a command doesn't output any response.<br>I don't plan to fix this as it has little to no impact.<br>If you'd like, create a PR with information attached to each command if no arguments are present.</li>
<li>Simply typing in just "cd" doesn't output any response.<br>I don't plan to fix this as it has little to no impact.<br>If you'd like, create a PR with information attached to each command if no arguments are present.</li>
<li>The code format is just bad in general.<br>I don't plan to revisit this after it is completed.<br>If you want to reformat the code (greatly appreciated), create a PR.</li>
</ul>
<hr>
Expand Down

0 comments on commit 3ed8f83

Please sign in to comment.