-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugThe software does not behave as expected or documentedThe software does not behave as expected or documented
Description
When doing e.g. the following command (which works fine without redirecting output):
ls -R --format NcrYd > board.html
I get an "empty" file (except for the template). Same happens with .txt and .svg
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
body {
color: #000000;
background-color: #ffffff;
}
</style>
</head>
<body>
<pre style="font-family:Courier New, monospace"><code></code></pre>
</body>
</html>
This is with v0.2.3
Metadata
Metadata
Assignees
Labels
bugThe software does not behave as expected or documentedThe software does not behave as expected or documented